MissingOAuthTokenException
extends CanvasApiException
in package
Exception thrown when an OAuth token is required but not configured
Table of Contents
Properties
- $errors : array<string|int, mixed>
Methods
- __construct() : mixed
- CanvasApiException constructor.
- getErrors() : array<string|int, mixed>
- Get the errors
Properties
$errors
protected
array<string|int, mixed>
$errors
= []
Methods
__construct()
CanvasApiException constructor.
public
__construct([string $message = '' ]) : mixed
Parameters
- $message : string = ''
getErrors()
Get the errors
public
getErrors() : array<string|int, mixed>