class X::IO::BinaryMode does X::IO is Exception { }
Thrown from certain IO::Handle methods if the handle is in binary mode.
A typical error message is
Cannot do 'comb' on a handle in binary mode.
Methods
method trying
Returns a string describing the failed operation; in this example, comb
.
See Also
class Exception
Anomalous event capable of interrupting normal control-flow
class X::Bind
Error due to binding to something that is not a variable or container
The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society.
All rights reserved.