Exception: Kotoshu::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/kotoshu/core/exceptions.rb,
lib/kotoshu.rb

Overview

Base error class for all Kotoshu exceptions.

Examples:

Raising a custom Kotoshu error

raise Kotoshu::Error, "Something went wrong"