# Pastebin DJ5GsoKW class SomeDomainSpecificError < RuntimeError def to_s "Some domain specific thing just went wrong" end end