Thumb::error PHP 메소드

error() 공개 메소드

Returns the exception if available
public error ( ) : Exception
리턴 Exception
    public function error()
    {
        return $this->error;
    }