X::Protocol::X11 - Perl6 Exception class for X11 Protocol Errors
NAME
X::Protocol::X11 - Perl6 Exception class for X11 Protocol Errors
SYNOPSIS
use X::Protocol::X11;
X::Protocol::X11.new(:status(5), :bad_value(0x28000004),
:major_opcode<ChangeProperty(18)>).throw
# Dies with:
#
AUTHOR
Brian S. Julin
COPYRIGHT
Copyright (c) 2016 Brian S. Julin. All rights reserved.
LICENSE
This program is free software; you can redistribute it and/or modify it under the terms of the Perl Artistic License 2.0.
SEE-ALSO
Exception::(pm3) X11(pm3)