ProfileNotFoundException
extends AuthorizationException
in package
implements
Jsonable
Class ProfileNotFoundException.
Tags
Table of Contents
Interfaces
- Jsonable
Methods
- __construct() : void
- Create a new authorization exception instance.
- toJson() : mixed
- toMessage() : string
- toMessage.
Methods
__construct()
Create a new authorization exception instance.
public
__construct([mixed $message = null ][, mixed $code = 401 ][, Throwable|null $previous = null ]) : void
Parameters
- $message : mixed = null
- $code : mixed = 401
- $previous : Throwable|null = null
toJson()
public
toJson([mixed $options = 0 ]) : mixed
Parameters
- $options : mixed = 0
toMessage()
toMessage.
private
toMessage(mixed $message) : string
Parameters
- $message : mixed