Documentation

CanvasApiException extends Exception
in package

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 = '' ][, int $code = 0 ][, array<string|int, mixed> $errors = [] ]) : mixed
Parameters
$message : string = ''
$code : int = 0
$errors : array<string|int, mixed> = []

getErrors()

Get the errors

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

        
On this page

Search results