Skip to content

Commit

Permalink
Added the MissingPackage Exception
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanRL committed Jun 26, 2021
1 parent 07a8092 commit e1de63d
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

namespace Samsara\Exceptions\SystemError\PlatformError;

use Samsara\Exceptions\Base\SystemError;

class MissingPackage extends SystemError
{

}

0 comments on commit e1de63d

Please sign in to comment.