respect-validation/library/Exceptions/ValidationExceptionInterface.php
2015-06-08 11:51:45 -03:00

8 lines
157 B
PHP

<?php
namespace Respect\Validation\Exceptions;
interface ValidationExceptionInterface extends ExceptionInterface
{
public function getMainMessage();
}