method method
Documentation for method method
assembled from the following types:
class X::Method::InvalidQualifier
From X::Method::InvalidQualifier
(X::Method::InvalidQualifier) method method
method method(--> Str:D)
Returns the name of the (unqualified) method.
class X::Method::NotFound
From X::Method::NotFound
(X::Method::NotFound) method method
method method(--> Str:D)
Returns the method name that was invoked.
class X::Method::Private::Permission
From X::Method::Private::Permission
(X::Method::Private::Permission) method method
method method(--> Str:D)
The name of the private method
class X::Method::Private::Unqualified
From X::Method::Private::Unqualified
(X::Method::Private::Unqualified) method method
method method(--> Str:D)
Returns the name of the private method that triggered the error.
class X::Proc::Async::MustBeStarted
From X::Proc::Async::MustBeStarted
(X::Proc::Async::MustBeStarted) method method
method method(X::Proc::Async::MustBeStarted:D --> Str:D)
Returns the name of the method that was illegally called before starting the external program.
class X::Proc::Async::OpenForWriting
From X::Proc::Async::OpenForWriting
(X::Proc::Async::OpenForWriting) method method
method method(X::Proc::Async::OpenForWriting:D:)
Returns the method name that was called and which caused the exception.