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

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

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