mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10:29 -04:00
Add the HttpInput::File() and HttpInput::Date() method
This commit is contained in:
parent
f28378de37
commit
98f45ea4e0
4 changed files with 46 additions and 28 deletions
8
lib/Exceptions/InvalidFileUploadException.php
Normal file
8
lib/Exceptions/InvalidFileUploadException.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace Exceptions;
|
||||
|
||||
class InvalidFileUploadException extends AppException{
|
||||
/** @var string $message */
|
||||
protected $message = 'Uploaded file is invalid.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue