Exception: Rabbit::NoPrintSupportError

Inherits:
Error
  • Object
show all
Defined in:
lib/rabbit/rabbit.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.



251
252
253
# File 'lib/rabbit/rabbit.rb', line 251

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