You are here

public function LockrApiException::getErrors in Lockr 7.3

Return value

array

File

vendor/lockr/lockr/src/Exception/LockrApiException.php, line 22

Class

LockrApiException

Namespace

Lockr\Exception

Code

public function getErrors() {
  return $this->errors;
}