Autarky\Providers\ProviderException::getErrors PHP Method

getErrors() public method

Get the exception's error messages.
public getErrors ( ) : string[]
return string[]
    public function getErrors()
    {
        return $this->errors;
    }
ProviderException