Skip to content

Instantly share code, notes, and snippets.

@chrisguitarguy
Created October 5, 2017 01:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisguitarguy/4ef02383d34a56fc2d3fcf364299f1ef to your computer and use it in GitHub Desktop.
Save chrisguitarguy/4ef02383d34a56fc2d3fcf364299f1ef to your computer and use it in GitHub Desktop.
<?php
namespace Some\Library;
interface LibraryException { }
class InvalidArgumentException extends \InvalidArgumentException implements LibraryException
{
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment