Neomerx\JsonApi\Exceptions\JsonApiException::getErrors PHP 메소드

getErrors() 공개 메소드

public getErrors ( ) : ErrorCollection
리턴 ErrorCollection
    public function getErrors()
    {
        return $this->errors;
    }