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

9 lines
221 B
PHP

<?php
namespace Respect\Validation\Exceptions;
interface NestedValidationExceptionInterface extends ValidationExceptionInterface
{
public function findMessages(array $paths);
public function getFullMessage();
}