Exception: PictureHandler::Exceptions::CustomMessage

Inherits:
StandardError
  • Object
show all
Defined in:
lib/picture_handler/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



10
11
12
# File 'lib/picture_handler/exceptions.rb', line 10

def message
  @data
end

#orig_to_sObject



5
# File 'lib/picture_handler/exceptions.rb', line 5

alias :orig_to_s :to_s

#to_sObject



6
7
8
# File 'lib/picture_handler/exceptions.rb', line 6

def to_s
  @data
end