module Quaderno::Exceptions

Public Class Methods

included(receiver) click to toggle source
# File lib/quaderno-ruby/exceptions/exceptions.rb, line 36
def self.included(receiver)
  receiver.send :extend, ClassMethods
end