Exception.pm 62 B

12345
  1. package Cpanel::Exception;
  2. sub create { return [ @_ ] };
  3. 1;