first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
class Brizy_Editor_Exceptions_AccessDenied extends Brizy_Editor_Exceptions_Exception {
|
||||
protected $code = 401;
|
||||
|
||||
protected $message = 'Unauthorised access';
|
||||
}
|
||||
Reference in New Issue
Block a user