Documentation

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

Methods

__construct()

CanvasApiException constructor.

public __construct([string $message = '' ]) : mixed
Parameters
$message : string = ''

getErrors()

Get the errors

public getErrors() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results