Exception: Berkshelf::AbstractFunction

Inherits:
InternalError show all
Defined in:
lib/berkshelf/errors.rb

Instance Method Summary collapse

Methods inherited from BerkshelfError

status_code

Instance Method Details

#to_sObject



47
48
49
# File 'lib/berkshelf/errors.rb', line 47

def to_s
  "Function must be implemented on includer"
end