SanitizeDataProcessor.php 545 B

12345678910111213141516171819
  1. <?php
  2. /*
  3. * This file is part of Raven.
  4. *
  5. * (c) Sentry Team
  6. *
  7. * For the full copyright and license information, please view the LICENSE
  8. * file that was distributed with this source code.
  9. */
  10. @trigger_error('The '.__NAMESPACE__.'\Raven_SanitizeDataProcessor class is deprecated since version 1.7 and will be removed in 2.0. Use the Raven_Processor_SanitizeDataProcessor class in the same namespace instead.', E_USER_DEPRECATED);
  11. /**
  12. * {@inheritdoc}
  13. */
  14. class Raven_SanitizeDataProcessor extends Raven_Processor_SanitizeDataProcessor
  15. {
  16. }