Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove exception type that is not used anymore
  • Loading branch information
moritz committed Sep 26, 2014
1 parent aa27ba0 commit b639c31
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/Inline/Perl5.pm6
Expand Up @@ -28,13 +28,6 @@ sub native(Sub $sub) {
class Perl5Object { ... }
class Perl5Callable { ... }

class X::Inline::Perl5::Unmarshallable is Exception {
has Mu $.object;
method message() {
"Don't know how to pass object of type {$.object.^name} to Perl 5 code";
}
}

class ObjectKeeper {
has @!objects;
has $!last_free = -1;
Expand Down

0 comments on commit b639c31

Please sign in to comment.