class Rabbit::NoPrintSupportError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/rabbit/error.rb, line 227 def initialize super(_("print isn't supported")) end