Eloquent\Phony\Call\Event\ThrewEvent::exception PHP Метод

exception() публичный Метод

Get the thrown exception.
public exception ( ) : Exceptio\Exception | Erro\Error
Результат Exceptio\Exception | Erro\Error The thrown exception.
    public function exception()
    {
        return $this->exception;
    }