Exception: LocaSMS::InvalidOperation

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/locasms/exception.rb

Overview

Raised when asked for an invalid operation

Instance Method Summary collapse

Instance Method Details

#default_messageObject



25
26
27
# File 'lib/locasms/exception.rb', line 25

def default_message
  'Invalid Operation'
end