File | Code |
---|---|
jonathanstowe/Tinky-JSON…/JSON.pm :189: |
If the name provided isn't that of a valid state then a C<X::NoState> exception |
jonathanstowe/Tinky-JSON…/JSON.pm :212: |
If the name is not that of a valid state then an C<X::NoState> exception will be thrown. |
jonathanstowe/Tinky-JSON…/JSON.pm :219: |
If the name is not that of a valid state then an C<X::NoState> exception will be thrown. |
jonathanstowe/Tinky-JSON…/JSON.pm :231: |
If the name supplied isn't that of a valid state in the workflow then an C<X::NoState> |
jonathanstowe/Tinky-JSON…/JSON.pm :242: |
an C<X::NoState> exception will be thrown. |
jonathanstowe/Tinky-JSON…/JSON.pm :249: |
class X::NoState is X::Fail { |
jonathanstowe/Tinky-JSON…/JSON.pm :288: |
self.states.first({ $_ ~~ $state }) // X::NoState.new(name => $state).throw; |
jonathanstowe/Tinky…/Documentation.md :414: |
Applies the transition supplied to the object, if the current state of the object doesn't match the `from` state of transition then an [X::InvalidTra… |
jonathanstowe/Tinky…/Documentation.md :484: |
### class Tinky::X::NoState is X::Fail |
jonathanstowe/Tinky…/Tinky.pm :623: |
be thrown, If the object has no current state then L<X::NoState> |
jonathanstowe/Tinky…/Tinky.pm :723: |
=head3 class Tinky::X::NoState is X::Fail |
jonathanstowe/Tinky…/Tinky.pm :849: |
class X::NoState is X::Fail { |
jonathanstowe/Tinky…/Tinky.pm :1162: |
X::NoState.new.throw; |
jonathanstowe/Tinky…/Tinky.pm :1168: |
X::NoState.new.throw; |
jonathanstowe/Tinky…/030-apply-simple.t :27: |
throws-like { $obj.apply-transition(@transitions[0]) }, X::NoState, "should throw X::NoState with apply-transition and state not set"; |
Created
November 19, 2018 16:14
-
-
Save Whateverable/b576e2ff6d6ce5809213586ddc785960 to your computer and use it in GitHub Desktop.
greppable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NoState |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment