Skip to content

Instantly share code, notes, and snippets.

@siassaj
Created September 2, 2016 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siassaj/aa3ce2d7183648503a2cf5ccd7d0627d to your computer and use it in GitHub Desktop.
Save siassaj/aa3ce2d7183648503a2cf5ccd7d0627d to your computer and use it in GitHub Desktop.
class PromisePayableCompany::CouldntCreateUserError < StandardError
def initialize(company)
@company = company
end
def to_s
"#{super} PromisePay User couldn't be created for company #{@company.id}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment