Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
aasm
v0.1.1
AASM
AASMException
Event
EventAlreadyDefinedException
NoSuchEventException
NoSuchStateException
State
StateAlreadyDefinedException
StateMachine
Transition
UnableToChangeState
Built with Crystal 1.9.2
2023-10-08 08:55:02 UTC
class
AASM::StateAlreadyDefinedException
AASM::StateAlreadyDefinedException
AASM::AASMException
Exception
Reference
Object
Defined in:
aasm/exceptions.cr
Constructors
.new
(state_name)
Constructor Detail
def self.
new
(state_name)
#
[
View source
]