forked from leftypol/leftypol
MediaException.php: add ERR_BAD_HANDLER
This commit is contained in:
parent
316ea636b0
commit
991ddc9001
1 changed files with 4 additions and 0 deletions
|
@ -27,4 +27,8 @@ class MediaException extends \RuntimeException {
|
||||||
* Bad media type (mime) supplied to the handler.
|
* Bad media type (mime) supplied to the handler.
|
||||||
*/
|
*/
|
||||||
public const ERR_BAD_MEDIA_TYPE = 5;
|
public const ERR_BAD_MEDIA_TYPE = 5;
|
||||||
|
/**
|
||||||
|
* Unsupported handler.
|
||||||
|
*/
|
||||||
|
public const ERR_BAD_HANDLER = 6;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue