Exception: PictureHandler::Exceptions::CustomMessage
- Inherits:
-
StandardError
- Object
- StandardError
- PictureHandler::Exceptions::CustomMessage
show all
- Defined in:
- lib/picture_handler/exceptions.rb
Instance Method Summary
collapse
Instance Method Details
#message ⇒ Object
10
11
12
|
# File 'lib/picture_handler/exceptions.rb', line 10
def message
@data
end
|
#orig_to_s ⇒ Object
5
|
# File 'lib/picture_handler/exceptions.rb', line 5
alias :orig_to_s :to_s
|
#to_s ⇒ Object
6
7
8
|
# File 'lib/picture_handler/exceptions.rb', line 6
def to_s
@data
end
|