class Rabbit::NoPrintSupportError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/rabbit/error.rb, line 221
def initialize
  super(_("print isn't supported"))
end