Create exception.php

This commit is contained in:
Xose M 2020-11-21 18:19:57 +01:00 committed by GitHub
parent dfef49b0d9
commit 92700525d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<?php
return [
'compose' => [
'invalid' => [
'album' => 'Debe conter unha soa foto ou vídeo ou varias fotos.',
],
],
];