7 lines
75 B
Perl
7 lines
75 B
Perl
package Pear::LocalLoop::Error;
|
|
|
|
use Moo;
|
|
|
|
extends 'Throwable::Error';
|
|
|
|
1;
|