mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-15 11:53:19 +00:00
7 lines
109 B
PHP
7 lines
109 B
PHP
<?php
|
|
|
|
namespace PharIo\Manifest;
|
|
|
|
class ManifestLoaderException extends \Exception implements Exception {
|
|
}
|