Exception: Mokio::Exceptions::IsNotObj

Inherits:
MokioError
  • Object
show all
Defined in:
lib/mokio/exceptions.rb

Overview

“Abstract” class, just for inheritance

Instance Attribute Summary collapse

Attributes inherited from MokioError

#message

Instance Method Summary collapse

Methods inherited from MokioError

#to_s

Constructor Details

#initializeIsNotObj

:nodoc:



75
76
77
# File 'lib/mokio/exceptions.rb', line 75

def initialize #:nodoc:
  raise NotImplementedError.new "Constructor must be implemented!"
end

Instance Attribute Details

#objObject

Object passed to exception



73
74
75
# File 'lib/mokio/exceptions.rb', line 73

def obj
  @obj
end