mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 15:50:03 +01:00
Create method getMessages() on nested exception
This commit is contained in:
parent
f14e53921c
commit
69f433db6b
4 changed files with 83 additions and 1 deletions
|
|
@ -14,5 +14,6 @@ namespace Respect\Validation\Exceptions;
|
|||
interface NestedValidationExceptionInterface extends ValidationExceptionInterface
|
||||
{
|
||||
public function findMessages(array $paths);
|
||||
public function getMessages();
|
||||
public function getFullMessage();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue