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
$errors
protected
array<string|int, mixed>
$errors
= []
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>