Method: Protobuf::Rpc::IOError#initialize
- Defined in:
- lib/protobuf/rpc/error/client_error.rb
#initialize(message = 'IO Error occurred') ⇒ IOError
Returns a new instance of IOError.
25 26 27 |
# File 'lib/protobuf/rpc/error/client_error.rb', line 25 def initialize( = 'IO Error occurred') super , 'IO_ERROR' end |