Skip to content
Snippets Groups Projects

Issue #3471579 - Create validator

3 files
+ 18
4
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 10
0
<?php
namespace Drupal\fapi_validation\Exception;
/**
* Defines an exception thrown when the validator is not found.
*
* @package Drupal\fapi_validation\Exception
*/
class ValidatorException extends \Exception {}
Loading