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 AuthenticationRequired

Exception thrown when user authentication is required.

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

Methods summary

public __construct( $message = "The requested URL requires authentication.", $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