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 SecurityException

Exception thrown when a security error occurs.

This is a base class for security exceptions, one should rather use the ICanBoogie\AuthenticationRequired and ICanBoogie\PermissionRequired exceptions.

Exception implements Throwable
┗ ICanBoogie\SecurityException

Direct known subclasses

ICanBoogie\AlreadyAuthenticated, ICanBoogie\AuthenticationRequired, ICanBoogie\PermissionRequired

Namespace: ICanBoogie
Located at SecurityException.php

Methods summary

Methods inherited from Exception

__construct(), __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