ICanBoogie
  • Documentation
  • API Reference
  • ICanBoogie v2.3.0
Namespaces
  • ICanBoogie
    • Autoconfig
    • Core
    • HTTP
      • Dispatcher
    • Session
Classes
  • Core
  • Debug
  • Helpers
  • Logger
  • LogLevel
  • Session
Interfaces
  • LoggerInterface
Traits
  • LoggerTrait
Exceptions
  • AlreadyAuthenticated
  • AuthenticationRequired
  • CoreAlreadyBooted
  • CoreAlreadyInstantiated
  • CoreNotInstantiated
  • PermissionRequired
  • SecurityException

Class PermissionRequired

Exception thrown when a user doesn't have the required permission.

Exception implements Throwable
┗ ICanBoogie\SecurityException
┗ ICanBoogie\PermissionRequired
Namespace: ICanBoogie
Located at PermissionRequired.php

Methods summary

public __construct( $message = "You don't have the required permission.", $code = 401, Exception $previous = null )

Overrides

Exception::__construct

Methods inherited from Exception

__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()

Properties summary

Properties inherited from Exception

$code, $file, $line, $message

ICanBoogie v2.3.0 – Check on GitHub – API documentation generated by ApiGen