Exception: Rabbit::NoPrintSupportError

Inherits:
Error
  • Object
show all
Defined in:
lib/rabbit/error.rb

Constant Summary

Constants included from GetText

GetText::DOMAIN

Instance Method Summary collapse

Methods included from GetText

included

Constructor Details

#initializeNoPrintSupportError

Returns a new instance of NoPrintSupportError.



221
222
223
# File 'lib/rabbit/error.rb', line 221

def initialize
  super(_("print isn't supported"))
end